projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558ca61
)
Revert "Flag checkdoc-symbol-words as a :safe variable"
author
Stefan Kangas
<stefan@marxist.se>
Sun, 19 Sep 2021 20:28:46 +0000
(22:28 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 19 Sep 2021 20:29:29 +0000
(22:29 +0200)
There was no need for this change, as this variable was already marked
as :safe.
This reverts commit
222a7a1a8afdf6921e5981133c605c2d695e9281
.
lisp/emacs-lisp/checkdoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/checkdoc.el
b/lisp/emacs-lisp/checkdoc.el
index 8650d62a77fb7c69f91c83947e4636c4780571f9..07ae8551917976900a8c68c932a4e8de77ec6217 100644
(file)
--- a/
lisp/emacs-lisp/checkdoc.el
+++ b/
lisp/emacs-lisp/checkdoc.el
@@
-320,7
+320,6
@@
with a universal argument.")
These words are ignored when unquoted symbols are searched for.
This should be set in an Emacs Lisp file's local variables."
:type '(repeat (string :tag "Word"))
- :safe #'listp
:version "28.1")
;;;###autoload(put 'checkdoc-symbol-words 'safe-local-variable #'checkdoc-list-of-strings-p)